home *** CD-ROM | disk | FTP | other *** search
- *** 1.1 1991/12/26 16:25:07
- --- timeb.h 1992/06/03 15:25:17
- ***************
- *** 5,10 ****
- --- 5,14 ----
- #include <compiler.h>
- #endif
-
- + #ifdef __cplusplus
- + extern "C" {
- + #endif
- +
- struct timeb {
- long time; /* seconds since Jan 1., 1970 */
- short millitm; /* milliseconds since "time" */
- ***************
- *** 13,17 ****
- --- 17,25 ----
- };
-
- __EXTERN int ftime __PROTO((struct timeb *));
- +
- + #ifdef __cplusplus
- + }
- + #endif
-
- #endif
-